inherited FtpGenerateSSHKeysDialog: TFtpGenerateSSHKeysDialog Left = 391 Top = 432 Caption = 'Generate SSH Key Pair' ClientHeight = 335 ClientWidth = 313 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object KeyTypeLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = '&Key type:' FocusControl = KeyTypeEdit end object KeyLengthLbl: TUiLabel Left = 176 Top = 8 Height = 13 Caption = 'Key &length in bits:' FocusControl = KeyLengthEdit end object CommentLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = '&Comment:' FocusControl = CommentEdit end object PassphraseLbl: TUiLabel Left = 8 Top = 112 Height = 13 Caption = '&Passphrase:' FocusControl = PassphraseEdit end object PassphraseMismatchLbl: TUiLabel Left = 155 Top = 112 Width = 150 Height = 13 Alignment = taRightJustify Caption = 'Passphrases do not match' Visible = False FontStyle = [fsBold] end object ConfirmPassphraseLbl: TUiLabel Left = 8 Top = 152 Height = 13 Caption = 'C&onfirm passphrase:' FocusControl = ConfirmPassphraseEdit end object PrivateKeyFileLbl: TUiLabel Left = 8 Top = 200 Height = 13 Caption = 'P&rivate key filename:' FocusControl = PrivateKeyFileEdit end object PublicKeyFileLbl: TUiLabel Left = 8 Top = 248 Height = 13 Caption = 'P&ublic key filename:' FocusControl = PublicKeyFileEdit end object PrivateKeyFileBrowseBtn: TUiBrowseSpeedButton Left = 280 Top = 216 BrowseEdit = PrivateKeyFileEdit end object PublicKeyFileBrowseBtn: TUiBrowseSpeedButton Left = 280 Top = 264 BrowseEdit = PublicKeyFileEdit end object KeyTypeEdit: TUiComboBox Left = 8 Top = 24 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.WideStrings = ( 'RSA' 'DSA') end object KeyLengthEdit: TUiComboBox Left = 176 Top = 24 Width = 65 Height = 21 ItemHeight = 13 MaxLength = 4 TabOrder = 1 OnChange = SomethingChangedClick end object CommentEdit: TUiEdit Left = 8 Top = 72 Width = 297 Height = 21 TabOrder = 2 end object PassphraseEdit: TUiEdit Left = 8 Top = 128 Width = 297 Height = 21 TabOrder = 3 OnChange = PassphraseEditChanged EchoMode = emPassword end object ConfirmPassphraseEdit: TUiEdit Left = 8 Top = 168 Width = 297 Height = 21 TabOrder = 4 OnChange = PassphraseEditChanged EchoMode = emPassword end object PrivateKeyFileEdit: TUiBrowseEdit Left = 8 Top = 216 Width = 265 Height = 21 TabOrder = 5 OnChange = PrivateKeyFileEditChanged OnBrowse = KeyFileBrowse end object PublicKeyFileEdit: TUiBrowseEdit Left = 8 Top = 264 Width = 265 Height = 21 TabOrder = 6 OnChange = SomethingChangedClick OnBrowse = KeyFileBrowse end object GenerateBtn: TUiButton Left = 152 Top = 304 Caption = '&Generate' TabOrder = 7 OnClick = GenerateClick AutoSize = asRight end object CancelBtn: TUiButton Left = 232 Top = 304 Caption = 'Cancel' ModalResult = 2 TabOrder = 8 AutoSize = asRight end end